From 1edbbc9619a9964a92dc87ded7076e9f076d59f3 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Sat, 5 Jul 2008 22:22:17 +0000 Subject: [PATCH] adds a dependency and fixes compile for x86 SVN-Revision: 11671 --- lang/perl/files/config.sh-i386-linux-uclibc.in | 2 +- lang/perl/perlbase.mk | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/lang/perl/files/config.sh-i386-linux-uclibc.in b/lang/perl/files/config.sh-i386-linux-uclibc.in index ff782fa49..2cb2b5269 100644 --- a/lang/perl/files/config.sh-i386-linux-uclibc.in +++ b/lang/perl/files/config.sh-i386-linux-uclibc.in @@ -87,7 +87,7 @@ cryptlib='' csh='csh' ctermid_r_proto='0' ctime_r_proto='0' -d_Gconvert='gcvt((x),(n),(b))' +d_Gconvert='sprintf((b),"%.*g",(n),(x))' d_PRIEUldbl='define' d_PRIFUldbl='define' d_PRIGUldbl='define' diff --git a/lang/perl/perlbase.mk b/lang/perl/perlbase.mk index 54ab2a435..c4c9bf1d4 100644 --- a/lang/perl/perlbase.mk +++ b/lang/perl/perlbase.mk @@ -382,6 +382,7 @@ $(eval $(call BuildPackage,perlbase-data)) define Package/perlbase-db $(call Package/perlbase-template) TITLE:=DB perl module +DEPENDS:=perl +libdb endef define Package/perlbase-db/install -- 2.30.2